home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir24 / mb1705.zip / MON.DOC < prev    next >
Text File  |  1994-04-23  |  3KB  |  77 lines

  1.  
  2. MON.EXE is a monitoring utility to be used in conjunction with the
  3. G8BPQ switch.  To date this is just a test version.  I expect MON
  4. to become a much more useful network statistics collector in the
  5. future.  Your ideas about what it should do are most welcome !
  6.  
  7. SETUP:
  8.  
  9. To setup and run mon.exe you will need to create a DESQview window
  10. of about 40k.
  11.  
  12. On the DESQview Program line enter: c:\bbs\mon.exe
  13. On the DESQview Parameters line enter: -m # (where # = bpq
  14. stream number.)
  15.  
  16.    The bpq stream number is a channel provided by the bpq host mode
  17.    and is not a com port number.  The suggested value is 32. However,
  18.    you may use any stream that is not being used by something else.
  19.  
  20.    For Example:
  21.        If you are using YTNC with the parameters 25 1 1, bpq host
  22.        ports 1 thru 25 are already being used.    The first available
  23.        host port would be 26. (See YTNC.DOC for further information.)
  24.  
  25.   The key here is NOT to use a port already in use for items like
  26.   PAC4 and CHAT4 which also use host ports.
  27.  
  28. On the DESQview Directory line enter: c:\bbs
  29. The DESQview options and advanced options are set just like the mail
  30. box (See Desqview in Install.doc)
  31.  
  32. Note: You may also call mon.exe from a dos window in DESQview.    From
  33.       The c:\bbs> prompt enter:
  34.       Mon -m 32 (or whatever stream number you desire. See above.)
  35. Note: "m" is not a variable as in the bbs config files.
  36.  
  37. USE:
  38.  
  39. It has several commands.  The commands and capabilities are
  40. still under development ... and subject to change.
  41.  
  42. enter    - command line parameters and features.
  43. Command line format:
  44.  
  45. m
  46.   Port:
  47.        +#    - add channel # to display
  48.        -#    - drop channel from display
  49.     a    - monitors all ports
  50.     1    - monitors port 1, etc.
  51.     n    - monitors no ports
  52. r        - toggles to monitor rx, tx, or rx and tx frames
  53. i        - toggles to recieve text information or not.
  54. l        - shows the number of calls heard recently.
  55.    Port: #    - enter port #
  56. o file        - allows you to open a log file and log activity.
  57. c        - closes log file opened with o command
  58. q        - quit monitor
  59. s        - stats command. Displays statistic on frames that MON has
  60.           seen on each channel, and the percentage of those bytes
  61.           that carry data with respect to the total bytes seen.
  62.  
  63.           STATS COMMAND DISPLAY
  64.       FR    = Total frames heard of all types
  65.       %data = % of bytes that carry data
  66.       L3    = Layer 3 bytes total
  67.       L2    = Layer 2 bytes total
  68.       L1    = Layer 1 bytes total
  69.       REJ    = Number of FR frames that were rejects.
  70.  
  71. Note: MON cannot count retries, since it didn't hear them.  BPQ stats are
  72. more accurate.
  73.  
  74. u    - toggles between showing all but UI frames in L list and all frames
  75.       in L list.
  76.  
  77.